home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
8bitfiles.net/archives
/
archives.tar
/
archives
/
compuserve-file-archive
/
05 Programming
/
ASTERI.SFX
/
cd.doc
< prev
next >
Wrap
Text File
|
1990-02-12
|
330b
|
12 lines
CD -- Change directory
Simular to the UNIX command, except to
move through multiple subdirectories
instead of using "cd /usr/tmp1/ ..."
format, "cd usr tmp1" is used,
making use of return(1) to do this.
The nouns are either directory names or:
"/" -- Jump to root directory
".." -- Move up a directory